* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

.navActive {
  color: #024593;
}

.container {
  max-width: 2560px;
  min-width: 1520px;
  margin: auto;
}

.container header .header_Top {
  min-width: 1520px;
  background-color: #f8f8f8;
  height: 39px;
  border-bottom: 1px solid #e6e6e6;
}

.container header .header_Top .header_TopUl {
  width: 1520px;
  min-width: 1520px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container header .header_Top .header_TopUl .header_TopContent {
  font-size: 12px;
  color: #999999;
}

.container header .header_Top .header_TopUl .header_TopTel {
  display: flex;
}

.container header .header_Top .header_TopUl .header_TopTel p {
  height: 18px;
  line-height: 18px;
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #024593;
}

.container header .header_Nav {
  width: 1520px;
  height: 83px;
  min-width: 1520px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container header .header_Nav>ul {
  display: flex;
  height: 100%;
}

.container header .header_Nav>ul>li {
  /* margin-left: 45px; */
  padding: 0 22px;
  position: relative;
  font-size: 16px;
  height: 100%;
  line-height: 83px;
}

.container header .header_Nav>ul>li ul.downnav {
  display: none;
  position: absolute;
  background-color: #fff;
  left: 0%;
  /* border: 1px solid #999; */
  z-index: 999;
  width: 100%;
  text-align: center;
  line-height: 60px;
}

.container header .header_Nav>ul>li ul.downnav li {
  background-color: #fff;
}

.container header .header_Nav>ul>li ul.downnav li a {
  color: #333;
  font-size: 16px;
}

.container header .header_Nav>ul li:hover a {
  color: #024593;
}

.container header .header_Nav>ul li:hover ul {
  display: block;
}

.container header .header_Nav>ul li:hover ul li:hover a {
  color: #024593;
}

.container .HomeView_Footer {
  height: 189px;
  background-color: #000000;
  min-width: 1520px;
}

.container .HomeView_Footer>ul {
  width: 1520px;
  min-width: 1520px;
  height: 159px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .HomeView_Footer>ul>li>p {
  line-height: 24px;
  font-size: 13px;
}

.container .HomeView_Footer>ul>li>p .E-mail {
  margin-left: 32px;
}

.container .HomeView_Footer>.hr {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #c8c8c8;
}

.container .HomeView_Footer>p {
  text-align: center;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.container .HomeView_Footer .footer_ColorItem {
  color: #b3b3b3;
}

.container .HomeView_Footer .footer_TelColor {
  color: #ed0404;
  font-size: 17px;
}

.container .HomeView_Footer .footer_TelColor>span {
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
}